home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1998 January: Mac OS SDK / Dev.CD Jan 98 SDK1.toast / Development Kits (Disc 1) / Apple Shared Library Manager / ASLM 2.0.1 Licensing Disk / Sources / ASLMDescriptionRules.r < prev    next >
Encoding:
Text File  |  1996-11-19  |  1.1 KB  |  55 lines  |  [TEXT/MPS ]

  1. /*
  2.     File:        ASLMDescriptionRules.r
  3.  
  4.     Contains:    Rules to add Easy Install descriptions
  5.  
  6.     Copyright:    © 1993-1995 by Apple Computer, Inc., all rights reserved.
  7.  
  8. */
  9.  
  10. /*******************************************************************************
  11. ** ASLM Descriptions
  12. ********************************************************************************/
  13.  
  14. resource 'inrl' (rAddClickDescription)
  15. {
  16.     format0
  17.     {{
  18. #if INTERNATIONAL
  19.         checkAllAssertions {{isUS}},
  20. #endif
  21.         AddUserDescription {"Click the Install button to install:"}
  22.     }};
  23. };
  24.  
  25. #if GENERATING68K
  26.     resource 'inrl' (rAdd68kASLMDescription)
  27.     {
  28.         format0
  29.         {{
  30.     #if INTERNATIONAL
  31.             checkAllAssertions {{isUS}},
  32.     #endif
  33.             checkAllAssertions {{aHasSystem68k}},
  34.             AddUserDescription {"\n• Apple Shared Library Manager 2.0.1 for 68K"},
  35.         }};
  36.     };
  37. #endif
  38.  
  39. #if GENERATINGPOWERPC
  40.     resource 'inrl' (rAddPPCASLMDescription)
  41.     {
  42.         format0
  43.         {{
  44.     #if INTERNATIONAL
  45.             checkAllAssertions {{isUS}},
  46.     #endif
  47.             checkAllAssertions {{aHasSystemPPC}},
  48.             AddUserDescription {"\n• Apple Shared Library Manager 2.0.1 for PowerPC"}
  49.         }};
  50.     };
  51. #endif
  52.  
  53.  
  54.  
  55.